/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:ryszard
	Author Site	:modulation
	Style Name	:conetoaster
	Style URI	:http://ryszard.net/modulation
	Version		:1.1
	Comments	:time is the master
*/

#page {
	/* The entire design is contained within the 'page' id */
	font-family: Mishawaka ,Monaco, Verdana, Arial, Sans-Serif;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #BA9D93;
	}
	
.primary {
	/* Contains the main column */
	
	}
	
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	background-color: #E7EFED;
	
	
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

#primary a {
	color: #FF6600
	line-height: 1.5em;;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	\

.entry-content {font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	
	}

